projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd0f405
)
(mark-page): Activate the mark.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 15:41:14 +0000
(15:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 15:41:14 +0000
(15:41 +0000)
lisp/textmodes/page.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/page.el
b/lisp/textmodes/page.el
index fca4d9f66085460f75eda01771e6e995d26a6b61..32e505eaae603784d269280b3e79924ea5edf2eb 100644
(file)
--- a/
lisp/textmodes/page.el
+++ b/
lisp/textmodes/page.el
@@
-67,7
+67,7
@@
thus marking a page other than the one point was originally in."
(if (< arg 0)
(forward-page (1- arg))))
(forward-page)
- (push-mark nil t)
+ (push-mark nil t
t
)
(forward-page -1))
(defun narrow-to-page (&optional arg)